home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-15 | 383 b | 23 lines |
-
- HOME=C:\dvx
-
- CFLAGS= -O -c -DMSDOS -DSHAPE
-
- .c.o:
- gcc $(CFLAGS) $<
-
- O = xeyes.o\
- eyes.o\
- transfor.o
-
- L = -lxt -lxmu -lxext -lx -lsys -lm
-
- xeyes.exe : $(O)
- gcc -o xeyes $(O) $(L)
- strip xeyes
- aout2exe xeyes
- del xeyes
- copy xeyes.ad $(HOME)\app-defa\xeyes.res
- rem If $(HOME) is not the location of DESQview/X you will have edit this
- rem makefile.